home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / exams / hamtutor / installb.bat < prev    next >
DOS Batch File  |  1994-01-12  |  676b  |  27 lines

  1. rem                HAMDEMO INSTALLATION
  2. rem    This installation file will create a directory on drive C
  3. rem    labelled HDEMO and will copy and expand all HamDemo programs 
  4. rem    and files into that directory.
  5. rem
  6. rem    It will also copy HD.BAT into your root directory to
  7. rem    facilitate loading and running HamTutor.
  8. rem
  9. rem   Press 'CTRL C' to abort loading, any other key to load.
  10. pause
  11. C:
  12. CD\
  13. mkdir HDEMO
  14. B:
  15. copy HTD.EXE C:\HDEMO\*.*
  16. C:
  17. CD\HDEMO
  18. HTD
  19. COPY HD.BAT C:\*.*
  20. DEL HTD.EXE
  21.  
  22. DIR
  23. rem   Directory should contain 9 files - 579,458 bytes  
  24. rem   Installation complete - type HD to run
  25. rem   Store program disk in safe place as backup.
  26.  
  27.